home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / kingofthehill.swf / scripts / DefineButton2_363 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2005-07-25  |  138 b   |  7 lines

  1. on(release){
  2.    _root.score = _root.missions.baddysdead;
  3.    gotoAndStop("highscores");
  4.    play();
  5.    _root.inSFX.fNoise("click");
  6. }
  7.